home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / clients / bitmap / dashes < prev    next >
Text File  |  1994-08-12  |  93b  |  5 lines

  1. #define Dashes_width 2
  2. #define Dashes_height 2
  3. static char Dashes_bits[] = {
  4.    0x01, 0x02};
  5.